-
Notifications
You must be signed in to change notification settings - Fork 9.1k
MAPREDUCE-7503. Fix ByteBuf leaks in TestShuffleChannelHandler #7500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🎊 +1 overall
This message was automatically generated. |
@stoty Overall it looks good. Can we fix the checkstyle issue? |
move release methods earlier
Thank you @slfan1989 . |
🎊 +1 overall
This message was automatically generated. |
@stoty Thanks for the contribution! Merged into trunk. |
@stoty I've identified a minor issue, which should be related to MapReduce. I will create a MapReduce Jira to associate with it. |
Thank you @slfan1989 . I think it's quicker to just move the existing JIRA into the new project in these cases. |
…e#7500) Contributed by Istvan Toth. Signed-off-by: Shilun Fan <[email protected]>
Description of PR
JIRA: MAPREDUCE-7503. Fix ByteBuf leaks in TestShuffleChannelHandler.
Fixes ByteBuf leaks in TestShuffleChannelHandler. For some reason the ByteBuf leaks are not detected on older (8,11,17) JVMs, though in retrospect it's quite obvious that the tests don't release ByteBufs as they should.
How was this patch tested?
The patch was tested on my JDK23 branch.
The test probably cannot be run with JDK23 on trunk.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?